home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / tobby_ur.swf / scripts / DefineSprite_137 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  198 b   |  12 lines

  1. function hitCheck()
  2. {
  3.    if(this.hitTest(_root.tobbyMC.hitdummyMC) == true)
  4.    {
  5.       _root.tobbyMC.miss();
  6.    }
  7.    if(this.hitTest(_root.handMC))
  8.    {
  9.       _root.handMC.miss();
  10.    }
  11. }
  12.